@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Microsoft Yahei', sans-serif;
  font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
address, cite, dfn, em, var {
  font-style: normal
}
small {
  font-size: 12px
}
ul, ol {
  list-style: none
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  text-decoration: none;
  outline: none;
  color: black
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
legend {
  color: #000
}
fieldset, img {
  border: 0
}
button, input, select, textarea {
  font-size: 100%;
  outline: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word
}
img {
  vertical-align: middle;
  max-width: 100%
}
.autoheight {
  height: auto !important;
}
/**Swiper 10.3.0**/
@font-face {
  font-family: swiper-icons;
  src: url('/fonts/4eb0466b67b44430a78f0acb593b7481.woff');
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}
.swiper-horizontal {
  touch-action: pan-y
}
.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-3d {
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center
}
.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}
.swiper-button-lock {
  display: none
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none !important
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube {
  overflow: visible
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-flip {
  overflow: visible
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}
.swiper-cards {
  overflow: visible
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.float-clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.float-clear {
  zoom: 1
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.ellipsis2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2
}
.breakword {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden
}
.pointer {
  cursor: pointer
}
.float-left {
  float: left
}
.float-right {
  float: right
}
.pagination-box {
  text-align: center;
  margin-top: 30px
}
.pagination-box ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0
}
.pagination-box ul.pagination li {
  float: left;
  height: 24px;
  padding: 0 5px;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
  transition: background-color 0.3s;
  cursor: pointer;
  min-width: 26px
}
.pagination-box ul.pagination li.special {
  line-height: 22.5px
}
.pagination-box ul.pagination li.pagination-ellipsis {
  position: relative;
  width: 26px
}
.pagination-box ul.pagination li.pagination-ellipsis:after {
  position: absolute;
  content: '...';
  left: 50%;
  transform: translateX(-50%);
  color: #949494
}
.pagination-box ul.pagination li.active {
  background-color: #dd4d30;
  border: 1px solid #dd4d30
}
.pagination-box ul.pagination li.active a {
  color: white
}
.pagination-box ul.pagination li:hover:not(.active) {
  background-color: #ddd
}
.pagination-box ul.pagination li:last-child {
  margin-right: 0
}
.pagination-box ul.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #949494;
  text-decoration: none
}
.position-container {
  width: 100%;
  margin: 18px auto;
  font-size: 12px;
  font-weight: 400;
  color: #949494
}
.position-container a {
  color: #949494
}
.position-container .arrow {
  padding: 0 2px
}
[hidden] {
  display: none
}
.container_left {
  width: 840px;
  float: left;
}
.container_right {
  width: 350px;
  float: right;
}
.mt10 {
  margin-top: 10px
}
.mt20 {
  margin-top: 20px
}
.mt30 {
  margin-top: 30px
}
.mt40 {
  margin-top: 40px
}
.nodate {
  padding: 40px;
  text-align: center;
}
.nodate p {
  font-size: 12px;
  line-height: 1.8;
  color: #A5A5A5;
}
.pdtb20 {
  padding: 20px 0
}
.float-clear {
  clear: both;
}
.pc {
  display: block
}
.mobile {
  display: none
}
@media (max-width: 780px) {
  .pc {
    display: none !important
  }
  .mobile {
    display: block !important
  }
}
li {
  list-style-type: none;
}
.bgwhite {
  background-color: #fff
}
.flex {
  display: flex
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bgwhite {
  background-color: #fff
}
.boxpd20 {
  padding: 20px;
}
.bottomnav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  border-top: 2px solid #F4F4F4;
  padding: 5px 0;
  background: #fff;
  z-index: 100;
  display: none
}
.bottomnav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ABABAB;
}
.bottomnav a i {
  width: 25px;
  height: 25px;
  display: block;
}
.bottomnav a i.home {
  background: url("/images/nav_home_0.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a i.basketball {
  background: url("/images/nav_basketball_0.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a i.football {
  background: url("/images/nav_football_0.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a i.videos {
  background: url("/images/nav_videos_0.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a i.news {
  background: url("/images/nav_news_0.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a i.ozb {
  background: url("/images/nav_ozb_0.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a.on {
  color: #000;
}
.bottomnav a.on i {
  width: 25px;
  height: 25px;
  display: block;
}
.bottomnav a.on i.home {
  background: url("/images/nav_home_1.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a.on i.basketball {
  background: url("/images/nav_basketball_1.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a.on i.football {
  background: url("/images/nav_football_1.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a.on i.videos {
  background: url("/images/nav_videos_1.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a.on i.news {
  background: url("/images/news.png") no-repeat;
  background-size: 100% 100%
}
.bottomnav a.on i.ozb {
  background: url("/images/nav_ozb_1.png") no-repeat;
  background-size: 100% 100%
}
@media (max-width: 780px) {
  footer {
    margin-bottom: 50px;
  }
  .bottomnav {
    display: flex;
  }
}
/* column */
.section-tit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 28px;
  border-bottom: 2px solid #555555;
}
.section-tit span {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
}
.section-tit span img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.section-tit span em {
  font-size: 14px;
  font-weight: bold;
  color: #CACACA;
  padding: 0 8px;
}
.section-tit a {
  font-weight: 400;
  color: #9F9F9F;
  font-size: 12px;
}
.section-tit .more img {
  margin-left: 3px;
}
.section-tit-nav {
  background: #F8F8F8;
  padding: 5px;
  display: flex;
}
.section-tit-nav span {
  flex: 1;
  text-align: center;
  padding: 5px 0;
}
.section-tit-nav span.on {
  background: #FFFFFF;
}
.section-tit-nav .nav.on {
  background: #FFFFFF;
}
.section-tit-nav2 {
  display: flex;
  background: #F8F8F8;
}
.section-tit-nav2 span {
  flex: 1;
  text-align: center;
  line-height: 32px;
}
.section-tit-nav2 span a {
  display: block;
}
.section-tit-nav2 span.on {
  background: #FDDC00;
}
.section-tit-listsenav {
  background: #F8F8F8;
  display: flex;
  margin-bottom: 3px;
}
.section-tit-listsenav a {
  font-weight: 400;
  color: #000;
  background: #F3F3F3;
  font-size: 12px;
  padding: 0 8px;
}
.section-tit-listsenav a.on {
  font-weight: 400;
  color: #FDDC00;
  background: #000;
  font-size: 12px;
}
/* header */
.header {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: #fff;
  border-bottom: 1px solid #EAEAEA;
}
.header_logo {}
.header_logo img {
  width: auto;
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box
}
.header_menu {
  width: calc(100% - 300px);
}
.header_menu_item {
  float: left;
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.header_menu_item.active a {
  position: relative;
  color: #000
}
.header_menu_item.active a:after {
  width: 20px;
  height: 4px;
  background: #FDC700;
  border-radius: 2px;
  position: absolute;
  content: "";
  display: block;
  top: 50px;
  left: 50%;
  margin-left: -10px;
}
.header_menu_item a {
  display: block;
  width: 100%;
}
.header_menu_item .header_menu_item_item {
  position: absolute;
  display: none;
  background: #45464C;
  width: 100%;
  z-index: 999
}
.header_menu_item .header_menu_item_item li a {
  line-height: 40px;
  font-size: 14px;
}
.header_menu_item .header_menu_item_item li a:hover {
  background: #FDDC00;
  color: #fff
}
.header .container {
  position: relative
}
.header .searchform {
  position: absolute;
  right: 0;
  top: 20px;
}
.header .searchform form {
  width: 160px;
  height: 32px;
  background: #F3F3F3;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box
}
.header .searchform form input {
  border: 0;
  background: #F3F3F3
}
.header .searchform form button {
  width: 16px;
  height: 16px;
  border: 0;
  background: url("/images/ico_search.png") no-repeat;
  background-size: 100% auto
}
.header .keyword {
  width: calc(100% - 24px)
}
/* match_top */
.match_top {
  position: relative;
}
.match_top .match {
  background: url(/images/bg_card.png) no-repeat top center;
  background-size: auto 100%;
  border-radius: 5px;
  width: 242px;
  height: 158px;
  color: #fff;
  padding: 15px 15px;
}
.match_top .match .liansaitime {
  position: relative;
}
.match_top .match .liansaitime .liansai {
  padding: 0 10px;
  background: #FFF6CE;
  overflow-wrap: break-word;
  color: #000;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  left: -9px;
}
.match_top .match .liansaitime .liansai:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #fff6d0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  right: -9px;
  position: absolute;
}
.match_top .match .time {
  overflow-wrap: break-word;
  color: #000;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  line-height: 19px;
}
.match_top .match .rightside a {
  width: 60px;
  height: 28px;
  background: #404255;
  border: 1px solid #FDC606;
  border-radius: 3px;
  float: right;
  color: #FDC606;
  text-align: center;
  font-size: 12px;
  line-height: 26px
}
.match_top .match .match_qiudui {
  width: 100%;
  padding-top: 15px;
}
.match_top .match .match_qiudui a {
  display: block;
}
.match_top .match .match_qiudui .qiudui {
  display: flex;
  color: #000;
  width: 100%;
  padding-top: 10px;
  line-height: 28px;
}
.match_top .match .match_qiudui .qiudui .name {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.match_top .match .match_qiudui .qiudui img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.match_top .match .match_qiudui .qiudui .bifen {
  font-weight: 600
}
.match_top .swiper-container {
  overflow: hidden;
}
.match_top .swiper-container .swiper-slide {
  width: 240px;
}
.match_top .swiper-button-next:after, .match_top .swiper-button-prev:after {
  display: none
}
.match_top .swiper-button-prev {
  background: url(/images/ico_left.png) no-repeat;
  width: 20px;
  height: 33px;
}
.match_top .swiper-button-next {
  background: url(/images/ico_right.png) no-repeat;
  width: 20px;
  height: 33px;
}
.match_top .swiper-button-prev {
  left: -30px;
}
.match_top .swiper-button-next {
  right: -30px;
}
/* match */
.match .match_filter_roll {
  background: #F8F8F8;
}
.match .match_time {
  width: 125px;
  height: 26px;
  font-size: 12px;
  color: #FF1B25;
  font-weight: 600
}
.match .match_time span {}
.match .match_filter_item {
  display: inline-block;
  min-width: 70px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 5px;
}
.match .match_filter_item a {
  position: relative;
  background: #F2F2F2;
  border-radius: 15px;
  display: block;
  color: #000000;
  padding: 0 10px;
  display: block
}
.match .match_filter_item.active a {
  background: #FDDC00;
  color: #000;
  border-radius: 15px;
}
.match .match_date {
  font-size: 16px;
  padding: 15px 0;
  margin-top: 15px
}
.match .match-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 15px 5px;
  border-bottom: solid 1px #dedede !important;
  justify-content: space-between;
}
.match_date {
  font-size: 16px;
  padding: 15px 0;
  margin-top: 15px
}
.match-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 15px;
  border-bottom: solid 1px #dedede;
  justify-content: space-between;
}
.match-item .info_left {
  display: flex;
  align-items: center
}
.match-item .info_left .time {
  display: inline-block;
  min-width: 55px;
  padding-right: 10px;
}
.match-item .info_left .time {
  font-weight: 600
}
.match-item .info_left .time em {
  color: #9A9A9A;
  font-weight: 400;
  display: inline-block;
  padding-left: 10px;
}
.match-item .info_left .league {
  display: inline-block;
  width: 80px;
  padding-right: 20px;
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left
}
.match-item .info_left .league a {
  color: #9A9A9A;
}
.match-item .info_center {
  display: flex
}
.match-item .info_center .home {
  display: flex;
  justify-content: center;
  align-items: center
}
.match-item .info_center .home .left {
  display: flex;
  align-items: center;
  width: 150px;
  text-align: right;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.match-item .info_center .home .left > img {
  width: 30px;
  max-height: 30px;
  margin-left: 5px
}
.match-item .info_center .home .left .text {
  display: inline-block;
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 10px;
  text-align: left
}
.match-item .info_center .score {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  width: 100px
}
.match-item .info_center .score .fenge {
  padding: 0 10px;
}
.match-item .info_center .away {
  display: flex;
  justify-content: center;
  align-items: center
}
.match-item .info_center .away .right {
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: flex-end
}
.match-item .info_center .away .right .text {
  display: inline-block;
  width: 120px;
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}
.match-item .info_center .away .right > img {
  width: 30px;
  max-height: 30px;
  margin-right: 10px
}
.match-item .info_right {
  box-sizing: border-box;
  display: block;
  vertical-align: middle;
  font-size: 14px;
  width: 80px;
  line-height: 32px;
  background: #222222;
  border-radius: 4px;
  text-align: center;
  color: #Fff;
  overflow: hidden
}
.match-item .info_right a {
  color: #fff;
  display: block
}
.match-item .info_right.start {}
.match-item .info_right.start a {
  background: #FF1B25;
  color: #fff;
  border-radius: 4px;
}
.match-item .info_right.end {}
.match-item .info_right.end a {
  background: #FDDC00;
  color: #000;
}
.match_list_more {
  width: 280px;
  height: 36px;
  background: #FFD300;
  margin: 20px auto;
  text-align: center;
  line-height: 36px;
}
.section-hot-team {
  padding: 10px 0;
}
.section-hot-team a .pic {
  border: 1px solid #F2F2F2;
  padding: 10px;
}
.section-hot-team a .pic img {
  width: 48px;
  height: 48px;
}
.section-hot-team a {
  width: 76px;
  margin: 10px 0;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}
.section-hot-team a p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-hot-team-box {
  display: none
}
.section-hot-team-box.on {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
/* end match */
/* match_top */
.topnewsmain {
  padding: 20px;
  background-color: #fff
}
.news01 {
  width: 440px;
  height: 380px;
  position: relative;
}
.news02 {
  width: calc(100% - 460px);
  height: 380px;
  position: relative;
}
.news02 .item {
  width: 32%;
  overflow: hidden
}
.news02 .item a {
  display: block
}
.news02 .pic {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 5px;
}
.news01 .pic {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 5px;
}
.news01 p {
  width: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #Fff;
  line-height: 1.5;
  padding: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news02 img {
  margin-bottom: 5px;
  width: 100%
}
.news02 p {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container_right {
  width: 340px
}
.section-news {
  width: 100%;
}
.section-news .news {
  margin-bottom: 10px
}
.section-news .pic {
  width: 136px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-news .pic img {
  width: 100%;
  display: block;
}
.section-news .text {
  width: calc(100% - 148px);
  position: relative;
}
.section-news .text .title {
  line-height: 1.5;
  font-size: 14px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.section-news .text .time {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  color: #8A8A8A;
  font-size: 12px;
}
.section-videos {
  width: 100%;
}
.section-videos .videos a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}
.section-videos .videos img {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.section-match {
  width: 100%;
}
.section-match .match a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}
.section-match .match img {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.section-match .live_right_item {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 1px solid #F5F7F9;
  padding: 5px 0
}
.section-match .live_right_item .top {
  font-size: 12px;
  color: #8A8A8A;
  margin-bottom: 10px;
}
.section-match .live_right_item .top a {
  font-size: 12px;
  color: #8A8A8A;
  font-size: weight:600;
}
.section-match .live_team_left {
  width: 60%;
  text-align: left;
}
.section-match .live_team_left a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-match .live_team_left a .qiudui {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-match .live_team_left img {
  display: block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin: 2px 5px 2px 0px;
}
.section-match .live_team_left span {
  font-size: 14px;
}
.section-match .live_team_right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}
.section-match .live_team_right a {
  width: 80px;
  background: #FDDC00;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
}
.video_list ul {
  margin-top: 10px;
}
.video_list li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #F6F7F7;
  padding: 10px 0;
}
.video_list li a {
  display: flex;
  justify-content: space-between;
  color: #A3A3A3;
  font-size: 12px;
}
.video_list li a p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  font-size: 14px;
  padding-bottom: 5px;
}
.video_list li a .nr {
  width: calc(100% - 45px);
  font-size: 12px;
}
.video_list li:hover {
  background-color: #F7F7F7;
}
.video_list li:hover a {
  display: flex;
  justify-content: space-between;
  color: #FF1B25;
  font-size: 12px;
}
.video_list li:hover a p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FF1B25;
  font-size: 14px;
  padding-bottom: 5px;
}
.video_list li:nth-last-child(1) {
  border: 0;
  margin: 0;
}
.video_list.index_video_list_qh ul {
  display: none
}
.tags_list li {
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin-right: 2px;
  margin-bottom: 8px;
  padding: 5px 12px;
  display: inline-block;
  line-height: 22px;
  background: #F2F2F2;
}
.tags_list li:hover {
  background: #FDDC00
}
.tags_list li:hover a {
  color: #FFFFFF;
  display: block
}
/*球队球员 */
.hide {
  display: none
}
.show {
  display: block !important
}
.team_rank_main {
  background-color: #fff;
  border-radius: 5px;
}
.team_rank_main .team_rank_item {
  display: none
}
.team_rank_main .team_rank_item.on {
  display: block
}
.team_rank_main .team_rank_match {
  margin-bottom: 10px;
}
.team_rank_main .team_rank_match span {
  font-size: 14px;
  text-align: center;
  flex: 1;
  padding: 5px 0;
  cursor: pointer;
}
.team_rank_main .team_rank_match span.on {
  color: #fff;
  background-color: #FFD300;
}
.team_rank_main .team_rank_score {
  padding: 0px;
}
.team_rank {
  position: relative
}
.team_rank_main .team_rank_match {
  position: absolute;
  right: 0px;
  top: -46px;
  background: #FA810B;
}
.team_rank_main .team_rank_match span {
  background: #DBDBDB;
  border-radius: 0;
  padding: 5px 20px
}
.team_rank_main .team_rank_match_saishi {
  background: #DBDBDB;
  display: flex;
  margin-bottom: 10px;
  display: none
}
.team_rank_main .team_rank_match_saishi.on {
  display: flex
}
.team_rank_main .team_rank_match_saishi span {
  flex: 1;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.team_rank_main .team_rank_match_saishi span.on {
  color: #fff;
  background-color: #FFD300;
}
.team_rank_main .team_rank_match_saishi_east_west {
  background: #DBDBDB;
  display: flex;
  margin-bottom: 10px;
  display: none
}
.team_rank_main .team_rank_match_saishi_east_west.on {
  display: flex
}
.team_rank_main .team_rank_match_saishi_east_west span {
  flex: 1;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.team_rank_main .team_rank_match_saishi_east_west span.on {
  color: #fff;
  background-color: #f3ce1e;
}
.team_rank_main .team_rank_score li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 9px 0;
  padding: 5px 5px;
}
.team_rank_main .team_rank_score li span {
  font-size: 14px;
  text-align: center;
}
.team_rank_main div.team_rank_score_name {
  background: #ebf1ef;
  line-height: 26px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.team_rank_main div.team_rank_score_name span {
  font-size: 14px;
}
.team_rank_main div.team_rank_score_name span:nth-child(1) {
  width: 10%;
  text-align: center
}
.team_rank_main div.team_rank_score_name span:nth-child(2) {
  width: 40%;
  text-align: left
}
.team_rank_main div.team_rank_score_name span:nth-child(3) {
  width: 20%;
  text-align: center
}
.team_rank_main div.team_rank_score_name span:nth-child(4) {
  width: 20%;
  text-align: center
}
.team_rank_main .team_rank_score li.team_rank_score_name span {
  text-align: center;
  font-size: 14px;
  color: #A5A5A5;
}
.team_rank_main .team_rank_score li.team_rank_score_name span:nth-child(2) {
  width: 40%;
  text-align: center
}
.team_rank_main .team_rank_score li span img {
  vertical-align: middle;
  padding-right: 5px;
  height: 16px;
}
.team_rank_main .team_rank_score li span:nth-child(1) {
  width: 10%;
  text-align: center
}
.team_rank_main .team_rank_score li span:nth-child(2) {
  width: 40%;
  text-align: left
}
.team_rank_main .team_rank_score li span:nth-child(3) {
  width: 20%;
  text-align: center
}
.team_rank_main .team_rank_score li span:nth-child(4) {
  width: 20%;
  text-align: center
}
.team_rank_main .team_rank_score li span i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
}
.team_rank_main .team_rank_score li:nth-child(1) span i {
  background: #FF3927;
  color: #fff
}
.team_rank_main .team_rank_score li:nth-child(2) span i {
  background: #FC7B44;
  color: #fff
}
.team_rank_main .team_rank_score li:nth-child(3) span i {
  background: #FCCE31;
  color: #fff
}
.friend-wrapper {
  background: #1B1B1B;
  padding: 10px 0;
}
.friend-wrapper .container a {
  line-height: 1.8;
  margin: 0 5px;
  font-size: 14px;
}
/* footer */
.footer-wrapper {
  width: 100%;
  ;
  padding: 20px 0;
  background: #000;
  text-align: center;
  color: #8A8A8A;
}
.footer-wrapper .footer-desc {
  font-size: 14px;
  font-weight: 400;
  color: #8A8A8A;
}
.footer-wrapper .footer-copyright {
  color: #616161;
  font-size: 12px;
  line-height: 24px;
}
.footer-wrapper .footer-copyright a {
  color: #616161;
}
/*首页完 */
/** 直播列表页 **/
.match_zhibo_nav {
  width: 180px;
  background: #fff;
  padding: 20px 10px;
}
.match_zhibo_nav .all {
  width: 160px;
  background: #000000;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.match_zhibo_nav .name {
  font-size: 14px;
  font-weight: 400;
  color: #ADADBE;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}
.match_zhibo_nav .name img {
  margin-right: 5px;
  vertical-align: middle;
}
.match_zhibo_nav dl {
  display: flex;
  flex-wrap: wrap;
}
.match_zhibo_nav dl dd {
  width: 30%;
  margin: 1% 3.3333% 1% 0;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match_zhibo_nav dl dd:nth-child(3n) {
  margin-right: 0%;
}
.match_zhibo_nav dl dd a {
  line-height: 1.8;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  text-align: center;
  display: block;
  color: #444444;
  font-size: 14px;
}
.match_zhibo_nav dl dd a.on {
  background: #FDDC00;
  color: #FFF;
}
[class*=" fa-"], [class^=fa-] {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff2) format('woff2'), url(/fonts/fontawesome-webfont.woff) format('woff'), url(/fonts/fontawesome-webfont.ttf) format('truetype'), url(/fonts/fontawesome-webfont.svg) format('svg')
}
.fa-database:before {
  content: "\f1c0"
}
.fa-question:before {
  content: "\f128"
}
.fa-download:before {
  content: "\f019"
}
.fa-angle-right:before {
  content: "\f105"
}
.fa-angle-up:before {
  content: "\f106"
}
.fa-angle-down:before {
  content: "\f107"
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-star-empty:before {
  content: "\f006";
}
.fa-eye:before {
  content: "\f06e"
}
.fa-star:before {
  content: "\f005";
}
.fa-user-o:before {
  content: "\f2c0";
}
.ny_leftside {
  width: 160px;
  background-color: #fff;
  border-radius: 5px;
}
.ny_leftside .all {
  width: 160px;
  background: #000000;
  color: #fff;
  text-align: center;
  align-items: center;
  line-height: 48px;
}
.ny_leftside .navlist dl {
  background-color: #fff
}
.ny_leftside .navlist dl dt {
  font-weight: 600;
  padding: 14px;
  border-bottom: 1px solid #F5F7F9;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background: #F2F2F2;
}
.ny_leftside .navlist dl dd {
  display: none
}
.ny_leftside .navlist dl dd a {
  color: #666;
  padding: 11px 0px 11px 28px;
  display: block;
}
.ny_leftside .navlist dl dd a.on {
  color: red;
  border-left: 5px solid red;
  background: #F7F7F7;
}
.ny_leftside .navlist dl.on dd {
  display: block;
}
.ny_leftside .navlist dl.on dt {
  color: #FC2928
}
.ny_leftside .navlist dl dd.on {
  background: #FEF0F0;
}
.match_saishi {
  background-color: #3B3B3B
}
.match_saishi .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}
.match_saishi .pic img {
  width: 100%;
}
.match_saishi .intro {
  width: calc(100% - 120px);
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.match_saishi .intro h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
  line-height: 1.5
}
.match_saishi .intro .content {
  max-height: 80px;
  overflow: hidden;
}
.match_saishi .intro .section {
  display: flex;
  width: 100%;
}
.match_saishi .intro .content pre {
  white-space: pre-wrap;
}
.match_saishi .intro .content::before {
  content: "";
  width: 100px;
  height: 100%;
  float: left;
}
.match_saishi .intro .btn {
  float: right;
  width: 100px;
  text-align: center;
  position: relative;
  left: calc(50% - 50px);
  transform: translateY(-100%);
  cursor: pointer;
}
.match_saishi .intro .btn::after {
  content: "";
  display: block;
  height: 14px;
  background-color: #fff;
  transition: 0.2s background-color;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E %3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E %3C/svg%3E") center/ 24px 24px no-repeat;
}
.match_saishi .intro .btn:hover::after {
  background-color: #fff;
}
.match_saishi .intro .btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
}
.match_saishi .intro .text {
  box-sizing: border-box;
  width: 100%;
  float: right;
  line-height: 1.5;
  margin: 0;
  margin-left: -100px;
  -webkit-mask: linear-gradient(red 70px, transparent 80px);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.match_saishi .intro .text span {
  width: 30%
}
.match_saishi .intro .text p {
  width: 100%
}
.match_saishi .intro .content-check:checked + .content {
  max-height: fit-content;
}
.match_saishi .intro .content-check:checked + .content .btn {
  left: auto;
  right: calc(50% - 50px);
}
.match_saishi .intro .content-check:checked + .content .btn::after {
  transform: scaleY(-1);
}
.match_saishi .intro .content-check:checked + .content .text {
  -webkit-mask: none;
}
.match_saishi_info {
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #FDDC00;
}
.match_saishi_info ul {
  display: flex;
  border-bottom: 1px solid #F2F2F2;
}
.match_saishi_info ul li {
  display: inline-block;
  cursor: pointer;
}
.match_saishi_info ul li.tabs {
  border-bottom: 2px solid #fff;
  padding: 8px 20px;
  color: #000
}
.match_saishi_info ul li.tabs.active {
  border-bottom: 2px solid #FF1B25;
  color: #FF1B25
}
.saishi_item_main .luxianglist ul li {
  display: flex;
  justify-content: space-between;
}
.saishi_item_main .luxianglist ul li img {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.saishi_item_main .newslist ul li .tit a {
  font-size: 18px;
  ;
  font-weight: 600
}
/** 直播列表页 **/
.match_allinfo {
  width: 100%;
}
.match_allinfo .top {
  background: #539F82;
  height: 175px;
  display: flex;
  justify-content: space-between;
}
.match_allinfo .top .zhudui, .match_allinfo .top .kedui {
  display: flex;
  justify-content: center;
  width: 30%;
  padding: 0 10%;
  flex-direction: column;
  align-items: center;
}
.match_allinfo .top .qiudui_logo {
  width: 92px;
  height: 92px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match_allinfo .top .qiudui_logo img {
  max-height: 88px;
  max-width: 80%;
}
.match_allinfo .top .qiudui_name {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ny_match_list {
  width: 1000px;
}
.match_show_date_tabs {
  height: 88px;
  background: #FFFFFF;
  display: flex;
  text-align: center
}
.match_show_date_tabs a {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #8A8A8A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.match_show_date_tabs a p.day {
  font-size: 18px;
  line-height: 1.5
}
.match_show_date_tabs a.active {
  background: #FFF6CC;
  color: #000
}
/** 直播内容页 **/
.match_analysis {
  background-color: #fff
}
.match_analysis .senav {
  border-bottom: 2px solid #555555;
  padding: 0px 0px 0px 0px;
  display: flex;
}
.match_analysis .senav span {
  font-size: 18px;
  font-weight: 600;
  color: #8A8A8A;
  padding: 10px;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer;
  flex: 1;
}
.match_analysis .senav span.on {
  color: #000
}
.match_analysis .item {
  display: none
}
.match_analysis .item.on {
  display: block
}
.match_analysis .tabmain .sqfx {
  padding: 20px;
}
.match_analysis .tabmain .bszr {
  padding: 20px;
}
.match_analysis .tabmain .jstj {
  padding: 20px;
}
.match_analysis .tabmain .bcsk {
  padding: 20px;
}
.match_analysis .item .column_hd h2 {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}
.match_info .zhibo_info {
  margin-top: 10px;
}
.sqfx_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #F5F7F9;
  padding: 20px 0;
}
.sqfx_top .qiudui {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sqfx_top img {
  width: 50px;
  height: 50px;
  margin: 0px 10px;
}
.sqfx_box {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  position: relative;
  line-height: 26px;
  display: flex
}
.sqfx_box:before {
  content: "";
  width: 4px;
  height: 26px;
  background: #A5A5A5;
  margin-right: 10px;
  display: inline-block;
}
.match_info .zhibo_info {
  margin-top: 10px;
}
.match_info .zhibo_info_tag {
  margin-top: 10px;
}
.match_info .zhibo_info_tag a {
  background: #FFF6CC;
  color: #EF7C00;
  text-align: center;
  padding: 5px 15px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 12px;
}
.zhibo_btn a {
  background: #FFD300;
  color: #d41d1b;
  border-radius: 10px;
  text-align: center;
  padding: 5px 15px;
  line-height: 58px;
  margin-right: 10px;
}
.boxB ul li {
  font-size: 14px;
  color: #222222;
  display: flex;
  padding: 10px 0
}
.boxB ul li.top {}
.boxB ul li span {
  width: 14%;
  text-align: center
}
.boxB ul li span:nth-child(1) {
  width: 16%
}
.boxB ul li.top {
  color: #A5A5A5
}
.boxC ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.boxC ul li .progress {
  width: calc((100% - 138px)/2);
}
.boxC ul li em img {
  vert-align: center;
}
.boxC ul li .num {
  width: 38px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 600
}
.boxC ul li .name {
  width: 100px;
  text-align: center;
  color: #8A8A8A;
  font-size: 14px;
}
.boxC ul li .progress_zd {
  height: 8px;
  border-radius: 0;
  background: #FFEAEA;
  position: relative;
}
.boxC ul li .progress_zd span {
  background: #FC3837;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.boxC ul li .progress_kd {
  height: 8px;
  border-radius: 0;
  background: #EDF2FA;
  position: relative;
}
.boxC ul li .progress_kd span {
  background: #337BFF;
  height: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.boxT {
  display: flex;
}
.boxT .teamName {
  width: 160px;
}
.boxT dl {
  width: calc(100% - 180px);
}
.boxT dl {
  width: calc(100% - 180px);
  display: flex;
}
.boxT dl span {
  flex: 1;
  text-align: center
}
.boxD {
  height: 450px;
  overflow: hidden
}
.boxD {
  font-size: 13px;
  line-height: 1.5;
  color: #7a7a7a;
}
.boxD p {
  box-shadow: 0 0.1rem 0.88rem 0 rgba(0, 0, 0, .06);
  border-radius: 0.26rem;
  padding: 8px 20px;
  margin: 10px 0;
  position: relative
}
.boxD p.main1:before {
  content: "";
  position: absolute;
  left: 5px;
  border-left: 5px solid red;
  height: 80%;
  top: 10%;
}
.boxD .part {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.boxD .part span {
  width: 20%;
  display: block;
  text-align: center;
  background: #EFEFEF;
  line-height: 32px;
  color: #000
}
.boxD .part span.on {
  background: #ffc72b;
  line-height: 32px;
  color: #Fff
}
.boxD .partdetail {
  display: none
}
.boxD .partdetail.show {
  display: block
}
.boxD .match_list_more {}
.live_right_item {
  font-size: 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  border-bottom: 1px solid #F5F7F9;
  padding: 15px 0
}
.live_right_item_bd_team_left, .live_right_item_bd_team_right {
  width: 35%;
  text-align: center;
}
.live_right_item_bd_team_left a, .live_right_item_bd_team_right a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.live_right_item_bd_team_left img, .live_right_item_bd_team_right img {
  display: block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin: 5px auto;
}
.live_right_item_hd {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  border-bottom: 0px;
  padding: 5px;
}
.live_right_item_hd_date {
  color: #9B9B9B;
  font-size: 12px;
}
.live_right_item_hd_league a {
  color: #9B9B9B;
  font-size: 14px;
}
.live_right_item_bd_action {
  margin: 10px 0;
}
.live_right_item_bd_action a {
  background: #FFF6CC;
  color: #EF7C00;
  text-align: center;
  padding: 5px 15px;
  line-height: 30px
}
.live_right_item_hd .live_right_item_bifen {
  margin-bottom: 5px;
}
.live_right_item_hd .live_right_item_bifen span {
  font-size: 24px;
  font-weight: bold;
  color: #9B9B9B;
}
/** 直播内页篮球球员积分排名 **/
.baskball_part {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.baskball_part span {
  width: 20%;
  display: block;
  text-align: center;
  background: #EFEFEF;
  line-height: 32px;
  color: #000
}
.baskball_partmain .baskball_part_qiuyuan_bifen .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.baskball_partmain .baskball_part_qiuyuan_bifen .row.top {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
}
.baskball_partmain .baskball_part_qiuyuan_bifen .row.top span {
  color: #656565;
  font-size: 12px;
}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l {
  width: 150px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l img {
  vertical-align: bottom;
}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r {
  width: calc(100% - 150px);
  display: flex
}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r span {
  flex: 1;
  text-align: center;
}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r span {
  color: #222222
}
.baskball_part span.on {
  background: #ffc72b;
  line-height: 32px;
  color: #Fff
}
.baskball_partmain .baskball_part_qiuyuan_bifen {
  display: none
}
.baskball_partmain .baskball_part_qiuyuan_bifen.show {
  display: block
}
@media (max-width: 480px) {
  .baskball_partmain .baskball_part_qiuyuan_bifen span {
    font-size: 12px;
  }
  .baskball_partmain .baskball_part_qiuyuan_bifen .row .l {
    width: 60px;
  }
  .baskball_partmain .baskball_part_qiuyuan_bifen .row .l img {
    display: none
  }
  .baskball_partmain .baskball_part_qiuyuan_bifen .row .r {
    width: calc(100% - 60px);
    display: flex
  }
}
/** 直播内容页 **/
/** 新闻列表页 **/
.ny_newslist_leftside {}
.ny_newslist_leftside .senav {
  padding: 20px 0;
}
.ny_newslist_leftside .senav a {
  font-size: 14px;
  color: #222222;
  background: #F4F4F4;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 10px;
}
.ny_newslist_leftside .senav a.on {
  background: #FDDC00;
  color: #fff;
}
.newslist ul li {
  margin: 10px 0;
  display: inline-flex;
}
.newslist ul li .pic {
  width: 160px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.newslist ul li .pic img {
  width: 100%;
  height: auto
}
.newslist ul li .text {
  padding: 0px 0px 0px 0px;
  position: relative;
  width: calc(100% - 180px)
}
.newslist ul li .tit {
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  padding-bottom: 5px
}
.newslist ul li .tit a {
  font-size: 18px;
  color: #222222;
  font-weight: 600
}
.newslist ul li .desc {
  font-size: 12px;
  color: #656565;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newslist ul li .st {
  font-size: 12px;
  color: #9B9B9B;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.loadmore {
  font-size: 16px;
  color: #007AFF;
  margin: 0 auto 20px auto;
  font-weight: 600;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.fenye {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-size: 14px;
}
.fenye ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px;
  line-height: 1.5;
}
.fenye ul li a {
  font-size: 12px;
  color: #9B9B9B;
  display: block;
  padding: 2px 6px;
  border: 1px solid #FDDC00;
  border-radius: 3px;
}
.fenye ul li a:hover {
  background-color: #FDDC00;
  color: #fff;
  border: 1px solid #FDDC00;
}
.fenye ul li.active a {
  background-color: #FDDC00;
  color: #fff;
  border: 1px solid #FDDC00;
}
.article_content {}
.article_content .article_tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  color: #222222;
}
.article_content .article_info {
  font-size: 12px;
  color: #A5A5A5;
  padding: 10px 0 20px 0;
}
.article_content .nr p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
  color: #222222
}
.article_content .nr .red {
  color: red;
  font-size: 18px;
}
.article_content .nr .red p {
  font-size: 16px;
}
.article_content .nr .red a {
  color: red;
  font-size: 16px;
  font-weight: 600
}
.prenext {
  margin-top: 20px;
  justify-content: space-between;
}
.prenext a {
  width: 48%;
  line-height: 1.5;
  margin-bottom: 10px;
  background: #F5F6FA;
  border-radius: 4px;
  color: #555555
}
.prenext a span {
  color: #000
}
/** 新闻内容页底部新闻 **/
.tuijian_newslist ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.tuijian_newslist ul li {}
.tuijian_newslist ul li .pic {
  width: 100%;
  height: 128px;
  overflow: hidden;
}
.tuijian_newslist ul li .pic img {
  width: 100%;
}
.tuijian_newslist ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.tuijian_newslist ul li .tit {
  font-size: 14px;
  padding: 5px 0;
}
#djs {
  color: #FFD300;
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 10px;
}
/** 新闻列表页右侧热点新闻 **/
.hot_news_list ul li {
  border-radius: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #F2F2F2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot_news_list ul li:nth-child(1) {
  padding-top: 0;
}
.hot_news_list ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  text-align: center;
  color: #fff;
  background: #ccc
}
.hot_news_list ul li a {
  font-size: 14px;
  margin-left: 3px;
}
.hot_news_list ul li span {
  border-radius: 50%;
  color: #757575
}
.hot_news_list ul li:nth-child(1) span {
  background: url(/images/first.png) no-repeat bottom center;
  padding-top: 3px;
  border-radius: 0%;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0;
}
.hot_news_list ul li:nth-child(2) span {
  background: url(/images/second.png) no-repeat bottom center;
  padding-top: 3px;
  border-radius: 0%;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0;
}
.hot_news_list ul li:nth-child(3) span {
  background: url(/images/third.png) no-repeat bottom center;
  padding-top: 3px;
  border-radius: 0%;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0;
}
.hot_news_list ul li:nth-child(1) a {
  font-weight: 600
}
.hot_news_list ul li:nth-child(2) a {
  font-weight: 600
}
.hot_news_list ul li:nth-child(3) a {
  font-weight: 600
}
/** 新闻列表页 **/
/** 球队球员 **/
.qiuyuanlist {}
.qiuyuanlist {
  width: 100%;
}
.qiuyuanlist .hot_qiuyuan_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
  width: 23%;
  margin: 1%
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
  display: flex;
  width: 100%;
  height: 100%;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #F5F7F9;
  border-radius: 3px;
  align-items: center;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {
  padding: 8px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info {
  width: calc(100% - 68px);
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 5px 0px 5px 10px;
}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info em {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.qdqyinfo .qdqy_logo {
  background: #000;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff
}
.qdqyinfo .qdqy_logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
}
.qdqyinfo .qdqy_logo h1 {
  font-size: 16px;
  line-height: 2
}
.qdqyinfo .qy_qyxx ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
}
.qdqyinfo .qy_qyxx ul li {
  display: flex;
  width: 33.333%;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #ADADAD;
  font-size: 12px;
  padding: 15px 0;
}
.qdqyinfo .qy_qyxx ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #000
}
.qdqy_lmtit {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
}
/** 专题页 **/
.hot_zt_intro {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hot_zt_intro .pic {
  display: flex;
  margin-bottom: 18px;
}
.hot_zt_intro .pic img {
  height: 40px;
  background-color: #bd1a2d;
  border-radius: 10px;
  padding: 5px 15px;
  display: block
}
.hot_zt_intro .pic span {
  padding: 10px;
  border-radius: 10px;
  color: #bd1a2d;
  font-size: 18px;
  font-weight: 600;
}
.hot_zt_intro h1 {
  border-radius: 10px;
  color: #bd1a2d;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  padding: 0 10px 0 0
}
.hot_zt_intro .text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.hot_zt_intro .text.show {
  height: auto !important;
  max-height: unset !important
}
#loadMoreBtn {
  margin: 10px auto 0px auto;
  border-radius: 5px;
  background-color: #ffdd31;
  font-size: 12px;
  display: block;
  padding: 5px 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loadMoreBtn span {
  color: #666;
}
#loadMoreBtn img {
  height: 12px;
  padding-left: 3px;
}
#loadMoreBtn img.up {
  transform: rotateX(-180deg);
}
.rel a {
  padding: 3px 5px;
  border-radius: 8px;
  background-color: #a5a5a5;
  color: #fff;
  display: inline-block;
  margin: 5px 5px 2px 0px;
  font-size: 14px;
}
#match_zt_jieshao {
  position: relative;
  padding: 0;
  overflow: hidden;
  max-height: 150px;
  overflow: hidden;
  line-height: 1.6;
}
#match_zt_jieshao p {
  line-height: 1.6;
  margin-bottom: 5px;
}
#match_zt_jieshao img {
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  margin: 10px auto;
  display: block
}
/** 专题页 **/
/** live **/
.fixed_score_box {
  width: 100%;
  display: block;
  background: url(/images/bg_games.png) no-repeat;
  background-size: cover;
  padding: 20px 100px;
  box-sizing: border-box
}
.fixed_score_box .fixed_score_top {
  display: flex;
  justify-content: space-between;
  flex: 1;
  color: white;
  flex-wrap: wrap
}
.score_name_left {
  display: flex;
  align-items: center;
  flex: 1
}
.score_name {
  text-align: center
}
.score_name_left.score_name_right {
  flex-direction: row-reverse
}
.score_name_left {
  display: flex;
  align-items: center;
  flex: 1
}
.score_name_right .image_container, .score_name_left .image_container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}
.score_name_left .image_container {
  margin-right: 20px
}
.score_name_left h1 {
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
  color: #FFFFFF
}
.score_name_right .image_container img, .score_name_left .image_container img {
  width: 56px;
  height: 56px;
  border-radius: 50%
}
.score_name_left.score_name_right .image_container {
  margin-left: 20px
}
.league_name {
  height: 28px;
  line-height: 18px;
  padding: 4px 27px;
  font-size: 14px;
  color: #ADADBE;
}
.league_name a {
  color: #ADADBE;
}
.match_score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 0 12px
}
.match_score > div {
  font-size: 32px;
  font-family: DIN;
  font-weight: bold;
  line-height: 39px;
  color: #FFFFFF
}
.match_status {
  width: 80px;
  height: 24px;
  background: #464757;
  margin: auto;
}
.match_bg_container {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%)
}
.signal_box {
  margin-top: 30px
}
.signal_box .tag-title img {
  vertical-align: middle
}
.signal_list {
  margin-top: 15px
}
.signal_list ul li a {
  float: left;
  padding: 5px;
  background: #d41d1b;
  color: #FFFFFF;
  box-sizing: border-box;
  margin-right: 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 15px
}
.signal_list ul li a .desc {
  color: #dedede;
  font-size: 12px
}
.bisai_desc_box, .luxiang_box {
  margin-top: 30px
}
.bisai_desc_info {
  padding: 15px
}
.bisai_desc_info p {
  font-size: 14px;
  padding-top: 15px
}
.luxiang_list {
  padding-top: 15px
}
.luxiang_list li {
  font-size: 14px;
  padding-bottom: 10px
}
.luxiang_list li i {
  float: left;
  width: 4px;
  height: 4px;
  margin: 7px 14px 0px 0px;
  background: #999
}
@media (max-width: 600px) {
  .fixed_score_box {
    padding: 15px
  }
  .bisai_desc_box {
    padding: 15px;
    margin-top: 10px
  }
  .luxiang_list {
    padding: 15px
  }
  .luxiang_list li {
    font-size: 14px;
    padding-bottom: 15px
  }
  .luxiang_list li a {
    display: block;
    height: 20px !important;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
  }
  .signal_list {
    padding: 15px;
    margin-top: 0
  }
  .signal_list li a {
    width: 29%
  }
  .fixed_score_box {
    zoom: 0.82
  }
  .score_name_left h1 {
    text-align: center
  }
  .score_name_left {
    display: block
  }
  .league_name {
    line-height: 1.5;
    padding: 5px 10px;
    height: unset
  }
  .league_name span {
    display: block
  }
  .score_name_right .image_container, .score_name_left .image_container {
    margin-bottom: 15px
  }
  .score_name_left .image_container {
    margin-left: 20px
  }
}
/** end live **/
/** lxjj **/
.play_video {
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #1d1d1d
}
.room_video_box {
  float: left;
  width: 900px;
  padding-bottom: 15px
}
.play_video .room_video {
  position: relative;
  height: 540px
}
.room_video {
  height: auto !important
}
.room_video > a {
  display: block
}
.video_article_play_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s
}
.video_article_play {
  display: block;
  background: url(/images/video_article_play.png);
  margin: 210px auto 0;
  width: 120px;
  height: 120px
}
.room_video_title {
  padding-left: 15px
}
.room_video_title h2 {
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 30px
}
.room_video_title time {
  font-size: 14px;
  color: #CCCCCC;
  display: block;
  margin-top: 10px
}
.play_video .correlation_video {
  width: 300px;
  height: auto;
  float: left;
  background: #333333
}
.correlation_video .correlation_video_tab {
  height: 55px;
  border-bottom: 1px solid #454545
}
.correlation_video .correlation_video_tab li.active {
  border-bottom: 2px solid #D0021B;
  color: #DC2221
}
.correlation_video .correlation_video_tab li {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  color: #CCCCCC;
  cursor: pointer
}
.scroll_video {
  height: 619px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 5px
}
.scroll_video_block {
  height: 99px
}
.scroll_video_block img {
  width: 100px;
  height: 75px;
  margin: 12px 0 0 10px;
  float: left
}
.scroll_video_block p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  float: left;
  margin: 6px 0 0 10px;
  height: 56px;
  overflow: hidden
}
.scroll_video_block time {
  opacity: 0.66;
  font-size: 12px;
  color: #CCCCCC;
  float: left;
  margin: 12px 0 0 10px
}
.video_recommend_block {
  width: 750px;
  height: 147px;
  box-sizing: border-box;
  border-bottom: 1px solid #E2E2E2;
  margin-top: 20px
}
.video_recommend_block > a {
  float: left;
  display: inline-block;
  position: relative
}
.video_recommend_block img {
  width: 168px;
  height: 126px
}
.video_recommend_block .video_tag {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  background: url(/images/video_play.png) no-repeat;
  left: 66px;
  top: 45px
}
.video_recommend_block h3 {
  font-size: 16px;
  width: 422px;
  height: 32px;
  color: #333333;
  line-height: 32px;
  float: left;
  margin: -6px 0 0 20px;
  overflow: hidden
}
.video_recommend_block p {
  width: 422px;
  float: left;
  margin: 10px 0 0 20px
}
.video_recommend_block p a {
  font-size: 14px;
  color: #666666;
  line-height: 30px
}
.video_recommend_block time {
  float: right;
  font-size: 14px;
  color: #666666;
  margin-top: 12px
}
.play_video_box.mobile {
  display: none !important
}
@media (max-width: 600px) {
  .play_video.pc {
    display: none
  }
  .play_video_box {
    height: auto;
    background: #fff
  }
  .play_video_box .play_link {
    width: 100%;
    height: 240px;
    background: #000;
    position: relative
  }
  .play_link img {
    width: 100%;
    height: 100%
  }
  .video_article_play_m {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px !important;
    height: 60px !important;
    transform: translate(-50%, -50%)
  }
  .play_video_box > span {
    display: block;
    font-size: 16px;
    line-height: 1.2rem;
    color: #333;
    padding: 15px
  }
  .play_video_box > time {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 5px 15px
  }
  .video_recommend_box {
    padding: 15px
  }
  .video_recommend_block {
    width: 100%;
    height: 120px
  }
  .video_recommend_block p {
    width: 70%;
    margin: 0 0 0 20px
  }
  .video_recommend_block h3 {
    width: 70%
  }
  .video_recommend_block p a {
    line-height: 1.2
  }
  .video_recommend_block img {
    width: 80px;
    height: 60px
  }
  .video_recommend_block .video_tag {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    background-size: cover
  }
  .play_video_box.mobile {
    display: block !important
  }
  .collection {
    padding: 15px
  }
  .block_min {
    width: 100%;
    height: 80px;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
    position: relative
  }
  .block_min img {
    float: left;
    width: 4.5rem;
    height: 3.75rem
  }
  .block_min p {
    float: left;
    width: calc(92vw - 100px - 1rem);
    font-size: 16px;
    color: #000;
    height: 50px;
    line-height: 1.5;
    overflow: hidden;
    padding-left: 10px
  }
  .block_min time {
    font-size: 0.6rem;
    color: #999;
    line-height: 0.9rem;
    float: left;
    margin-top: 7px;
    margin-left: 10px
  }
  .block_min .video_ico {
    width: 1.5rem;
    height: 1.5rem;
    background: url(/images/video_play.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 10%;
    top: 32%
  }
}
/** end lxjj **/
/** content **/
.content_box_hd h3 {
  font-size: 24px;
  font-weight: 700
}
.content_box_hd_info li {
  float: left;
  color: #999;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-top: 1px
}
.content_box_hd_info li cite {
  padding: 0 10px;
  font-style: normal
}
.content_box_bd {
  font-size: 16px;
  line-height: 30px;
  clear: both;
  padding: 15px
}
.content_box_bd p {
  font-size: 16px;
  margin-bottom: 30px;
  text-indent: 20px;
  line-height: 30px
}
.content_box_bd img {
  max-width: 94%;
  margin: 15px auto;
  display: block
}
.tags {
  margin-bottom: 30px
}
.tags h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  border-top: solid 1px #dedede;
  padding-top: 15px
}
.tags li {
  float: left;
  padding: 5px 15px;
  background: #F2F2F2;
  border-radius: 10px;
  margin: 5px 10px;
  font-size: 14px
}
@media (max-width: 600px) {
  .content_box_hd {
    padding: 15px
  }
  .content_box_bd img {
    width: 100%;
    max-width: 100%
  }
}
/** end content **/
/** liansai **/
.qd_jieshao {
  border-radius: 8px;
  background: #fff;
  padding-bottom: 10px
}
.qd_name {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 0 20px 0;
  overflow: hidden
}
.qd_name img {
  width: 120px;
  height: 120px
}
.qd_name span {
  display: block;
  width: 60%;
  margin: 0 auto
}
.qd_xq h5 {
  font-size: 14px;
  font-weight: 700;
  color: #333
}
.qdjsbt {
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  border-bottom: 2px #e60640 solid;
  padding: 0;
  position: relative;
  overflow: hidden
}
.qdjsbt span {
  float: left;
  margin-left: 15px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 280px
}
.dwjiansao {
  padding: 10px 18px
}
.dwjiansao {
  line-height: 20px;
  color: #666;
  padding: 15px
}
/** end liansai **/
@media (max-width: 600px) {}
/* end footer */
/** col2 **/
.col2 {
  padding-left: 15px
}
.col2 li {
  float: left;
  width: 44%;
  margin-right: 5%
}
@media (max-width: 600px) {
  .col2 {
    padding: 0;
  }
  .col2 li {
    float: none;
    width: 100%;
    margin-right: 0
  }
}
/** end col2 **/
/* sitemap_box */
.sitemap_box {
  margin-bottom: 30px;
  background: #FFFFFF;
  margin-top: 30px
}
.sitemap_box_hd {
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 40px;
  background: #dedede;
  position: relative;
}
.sitemap_box_bd {
  padding: 15px
}
.sitemap_box_bd a {
  margin: 0 20px;
  color: #007744;
  line-height: 34px;
  display: inline-block;
  min-width: 110px;
}
/* end sitemap_box */
.match_filter li a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px -2px 0;
}
.icon-zhongyao {
  background: url(/images/sprite.png) -256px 0;
}
.icon-zuqiu {
  background: url(/images/sprite.png) 0 0;
}
.icon-lanqiu {
  background: url(/images/sprite.png) -32px 0;
}
.icon-quanbu {
  background: url(/images/sprite.png) -192px 0;
}
.get-more-match {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: #cf0d0d;
  margin-top: 15px
}
/*录像列表*/
.luxianglist ul {}
.luxianglist ul li {
  padding: 10px 2px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.luxianglist ul li a {
  font-size: 14px;
}
.luxianglist ul li img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.luxianglist ul li span.time {
  color: #9B9B9B;
  font-size: 12px;
}
.luxianglist ul li:nth-child(5n) {
  margin-bottom: 20px
}
.luxianglist .loadmore {
  width: 200px;
  height: 36px;
  margin: 0px auto 20px auto;
  text-align: center;
  line-height: 36px;
  color: #FB810B;
  border: 1px solid #FB810B;
  border-radius: 18px;
}
.luxianglist .loadmore a {
  color: #FB810B;
}
.bq {
  border-top: 1px solid #EFEFEF;
  margin-top: 50px;
  line-height: 2;
  font-size: 14px;
  color: #9A9A9A;
}
.bq a {
  color: #9A9A9A;
}
.saishi_item .qiudui {
  padding: 0px;
}
.saishi_item .qiudui .qiudui_item {
  width: 23%;
  margin: 1%;
  display: flex;
  justify-content: space-between;
}
.saishi_item .qiudui .qiudui_item .pic {
  width: 64px;
  height: 64px;
  background: #F5F7F9;
  padding: 7px;
}
.saishi_item .qiudui .qiudui_item .pic img {
  width: 50px;
  height: 50px;
}
.saishi_item .qiudui .qiudui_item .title {
  width: calc(100% - 74px);
  text-align: left;
}
.saishi_item .qiudui .qiudui_item .title p {
  font-weight: 600;
  color: #000;
  line-height: 2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.saishi_item .qiudui .qiudui_item .title .t2 {
  font-size: 12px;
  color: #656565;
  font-weight: 400;
  padding-top: 10px;
}
@media (max-width: 600px) {
  .container {
    width: 100%;
    margin: 0
  }
  .float-left {
    float: none
  }
  .container_left {
    width: 100%;
    float: none;
  }
  .container_right {
    width: 100%;
    float: none;
    margin-top: 30px
  }
  .breadcrumb {
    padding: 15px
  }
}
@media (max-width: 1200px) {
  .mx96 {
    width: 96%;
    margin: 2%;
  }
  .container {
    max-width: 100%
  }
  .topnewsmain {
    padding: 1%;
    width: 100%
  }
  .news01 {
    width: 36%;
  }
  .news02 {
    width: calc(100% - 37%);
    height: auto;
  }
  .container_left {
    width: 100%
  }
  .container_right {
    width: 100%
  }
  .position-container {
    width: 96%;
    margin: 2%
  }
  .match_top .swiper-button-next {
    display: none;
  }
  .match_top .swiper-button-prev {
    display: none;
  }
}
.match_zhibo_nav .icooff {
  display: none;
}
.match_zhibo_nav_m {
  display: none;
}
@media (max-width: 780px) {
  .header {
    height: auto;
    line-height: unset;
  }
  .header_menu {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    background-color: #FDDC00;
  }
  .header_logo img {
    height: 50px;
    padding-left: 10px;
  }
  .header .searchform {
    top: 15px;
    right: 10px
  }
  .header_menu_item {
    line-height: 35px;
    display: inline-block;
    word-break: keep-all;
  }
  .header_menu_item a {
    font-size: 16px;
    color: #000
  }
  .header_menu_item.active a {
    font-size: 18px;
    font-weight: 800;
    color: #000
  }
  .section-tit {
    padding: 0 10px;
  }
  .match .match_filter {
    display: flex;
    flex-wrap: wrap
  }
  .match .match_filter_item {
    min-width: unset
  }
  .match .match_filter_roll {
    padding: 10px 5px;
  }
  .match .match_filter_roll ul li {
    margin: 0.5% 1%
  }
  .match-item {
    display: flex;
    padding: 0
  }
  .match-item .info_left {
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .match-item .info_left .league {
    padding: 0;
    width: auto;
  }
  .match-item .info_left .time {
    width: auto;
  }
  .match-item .info_left .time em {
    display: inline-block;
    margin-right: 0px;
    font-weight: 400;
    padding: 0;
    font-size: 12px;
  }
  .match-item .info_center {
    width: 62%;
    display: block
  }
  .match-item .info_right {
    width: 16%;
  }
  .match-item .info_center .home {
    width: 80%;
    float: left;
    justify-content: flex-start;
    padding: 4px 0
  }
  .match-item .info_center .away {
    width: 80%;
    float: left;
    justify-content: flex-start;
    padding: 4px 0
  }
  .match-item .info_center .score {
    display: flex;
    flex-direction: column;
    float: right;
    width: 30px;
  }
  .match-item .info_center .home .left {
    display: flex;
    flex-direction: row;
  }
  .match-item .info_center .away .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto
  }
  .match-item .info_center .score .fenge {
    display: none
  }
  .match-item .info_center .home .left > img {
    margin: 0;
    width: 16px;
    height: 16px;
  }
  .match-item .info_center .away .right > img {
    margin: 0;
    width: 16px;
    height: 16px;
  }
  .match-item .info_center .home .left .text {
    padding-left: 5px;
    width: 100%;
  }
  .match-item .info_center .away .right .text {
    padding-left: 5px;
    width: 100%;
  }
  .match-item .info_center .home .left .text a {
    line-height: 1.5;
  }
  .match-item .info_center .home .right .text a {
    line-height: 1.5;
  }
  .match-item .info_center .score span {
    display: block;
    line-height: 1.4;
    padding: 4px 0
  }
  /**手机二级下拉**/
  .match_zhibo_nav {
    display: none;
  }
  .position-container {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .match_zhibo_nav_m {
    display: block;
    background-color: #F7F7F7;
    color: #8A8A8A;
    width: 100%;
    display: flex
  }
  .match_zhibo_nav_m a {
    color: #8A8A8A;
    flex: 1;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
  }
  .match_zhibo_nav_m a.on {
    color: #fff;
    background: #000
  }
  .match_zhibo_nav_m img {
    width: 34px;
  }
  .match_zhibo_nav {
    position: fixed;
    width: 100%;
    z-index: 9;
    margin: 0;
    background-color: rgb(235 235 235 / 100%);
  }
  .match_zhibo_nav .all {
    background: #F2F8F6;
    color: #FDDC00;
    position: relative
  }
  .match_zhibo_nav .icooff {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 24px;
  }
  .match_zhibo_nav .icooff img {
    width: 100%;
  }
  .match_zhibo_nav dl dd:nth-child(3n) {
    margin: 1% 3.3333% 1% 0;
  }
  .match_zhibo_nav dl dd {
    width: auto;
  }
  .match_zhibo_nav dl dd a {
    padding: 0 10px;
    width: auto;
    border: 1px solid #84b5a2;
  }
  .ny_leftside {
    width: 100%;
  }
  .ny_leftside .navlist {
    display: none
  }
  .ny_leftside .all {
    width: 100%;
  }
  .ny_leftside .navlist dl.on dd {
    display: inline-block;
    border: 0;
    margin: 5px
  }
  .ny_leftside .navlist dl dt {
    padding: 8px;
  }
  .ny_leftside .navlist dl dd a {
    border: 0;
    text-align: center;
    padding: 5px 10px
  }
  .ny_leftside .navlist dl dd a.on {
    border: 0;
    background: #000;
    color: #fff
  }
  .saishi_item_main {
    padding: 0
  }
  .saishi_item_main .newslist ul li .tit a {
    font-size: 14px;
    font-weight: 600;
  }
  .team_rank {
    position: relative
  }
  .team_rank_main .team_rank_match {
    position: absolute;
    right: 10px;
    top: -40px;
  }
  .team_rank_main .team_rank_match span {
    background: #DBDBDB;
    border-radius: 0;
    padding: 5px 10px
  }
  .team_rank_main .team_rank_match span.on {
    background: #FDDC00;
  }
  .team_rank_main div.team_rank_score_name {
    background: none;
    color: #A4A4A4;
    padding: 10px 10px;
  }
  .team_rank.boxpd20 {
    padding: 0;
  }
  .team_rank_main .team_rank_score li {
    padding: 10px 10px;
    margin: 0;
  }
  .team_rank_main .team_rank_score li:nth-child(1) {
    background: #FFECEB;
  }
  .team_rank_main .team_rank_score li:nth-child(2) {
    background: #FFECEB;
  }
  .team_rank_main .team_rank_score li:nth-child(3) {
    background: #FFECEB;
  }
  .team_rank_main .team_rank_score li:nth-child(4) {
    background: #FFF6E6;
  }
  .team_rank_main .team_rank_score li:nth-child(5) {
    background: #FFF6E6;
  }
  .team_rank_main .team_rank_score li:nth-child(6) {
    background: #FFF6E6;
  }
  .news01 {
    width: 100%;
  }
  .news02 {
    width: 100%;
  }
  .news01 {
    height: 220px;
    margin-bottom: 10px;
  }
  .news01 .pic {
    height: 220px;
  }
  .news02 .pic {
    height: 80px;
  }
  .match_top .match .match_qiudui .qiudui .name {
    font-size: 12px;
  }
  .match_zhibo_nav {
    width: 100%;
    margin: 2% 0
  }
  .ny_match_list {
    width: 100%;
    padding: 0
  }
  .ny_match_list .match_list {
    padding: 10px;
  }
  .match_show_date_tabs {
    height: auto;
    position: relative
  }
  .match-item {
    padding: 10px;
  }
  .article_content .nr img {
    max-width: 100% !important;
  }
  .luxianglist ul li {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .luxianglist ul li span {
    font-size: 12px;
    display: none
  }
  .newslist ul {
    padding: 0 10px
  }
  .newslist ul li .pic {
    width: 30%;
    height: auto;
    max-height: 80px;
  }
  .newslist ul li .pic img {
    height: auto;
    width: 100%
  }
  .newslist ul li .text {
    width: calc(100% - 32%)
  }
  .newslist ul li .desc {
    display: none;
  }
  .newslist ul li .tit {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 5px
  }
  .newslist ul li .tit a {
    font-size: 14px;
  }
  .hot_news_list ul {
    padding: 0 10px;
  }
  .video_list ul {
    padding: 0 10px;
  }
  .luxianglist ul {
    padding: 0 10px;
  }
  .tags_list {
    padding: 0 10px
  }
  .match_analysis .item {
    padding: 0 10px
  }
  .live_right_item .match-item .info_right {
    width: 80px
  }
  .match_allinfo .top .zhuangtai .bf {
    line-height: 60px;
    font-size: 40px
  }
  .match_allinfo .top .zhudui, .match_allinfo .top .zhudui {
    padding: 0 2%;
    width: 40%;
  }
  .match_allinfo .top .zhudui, .match_allinfo .top .kedui {
    padding: 0 2%;
    width: 40%;
  }
  .zhibo_btn a {
    padding: 3px 6px;
    margin-bottom: 5px;
  }
  .saishi_item .qiudui .qiudui_item {
    width: 48%
  }
  .match_saishi .intro .text span {
    width: 100%
  }
}